home *** CD-ROM | disk | FTP | other *** search
- #ifndef __DEBUGTOOLS__
- #define __DEBUGTOOLS__
-
- /*
- ** Prototypes
- */
-
- void dn(long param); /* entier */
- void du(char param); /* caractère */
- void dr(long param); /* OSType */
- void db(long param); /* booléen */
- void da(long param); /* adresse */
- void dhl(long param); /* hexa long */
- void dpm(long param, short len); /* mem de param sur len octets */
- void dd(); /* initialisation */
- void dp(); /* affichage */
- void ds(char *param); /* string */
- void dc(); /* virgule */
- void dh(long param); /* hexa court */
-
- void dpg();
- void logon(); /* résultat debug dans 'debug.output' */
- void logoff();
-
- #endif